You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
MtxExpr Class
>
MtxExpr Methods
>
MtxExpr.DotProdc Method
Dew Math for .NET
MtxExpr.DotProdc Method
MtxExpr Class
MtxExpr Members
Dew.Math.Units Namespace
MtxExpr Methods
Collapse All
Returns the dot product: sum(X*Y).
Syntax
C#
Visual Basic
public
static
TCplx
DotProdc
([In]
TVec
X
, [In]
TVec
Y
,
bool
ConjY
);
Public
static
Function
DotProdc
(
X
As
[In]
TVec
,
Y
As
[In]
TVec
,
ConjY
=
false
)
As
TCplx
Remarks
Internally calls
Vector.DotProdc
Group
MtxExpr Methods
Links
MtxExpr Class
,
MtxExpr Members
,
Dew.Math.Units Namespace
,
MtxExpr Methods
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!